home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TTWEAKSPREFSFRAME / TTWEAKSPREFSFRAME.txt
Text File  |  2008-11-03  |  3KB  |  141 lines

  1. inherited TweaksPrefsFrame: TTweaksPrefsFrame
  2.   Caption = 'General'
  3.   inherited DefaultBtn: TUiButton
  4.     TabOrder = 3
  5.   end
  6.   object ShellExtGroupBox: TUiGroupBox
  7.     Left = 8
  8.     Top = 8
  9.     Width = 409
  10.     Height = 65
  11.     Caption = 'Explorer integration'
  12.     TabOrder = 0
  13.     object ShellExtSwitchesLbl: TUiLabel
  14.       Left = 8
  15.       Top = 20
  16.       Height = 13
  17.       Caption = 'Command line switches:'
  18.       FocusControl = ShellExtSwitchesEdit
  19.     end
  20.     object ShellExtSwitchesEdit: TUiEdit
  21.       Left = 8
  22.       Top = 36
  23.       Width = 233
  24.       Height = 21
  25.       TabOrder = 0
  26.       OnChange = SomethingChangedClick
  27.     end
  28.   end
  29.   object HomeGroupBox: TUiGroupBox
  30.     Left = 8
  31.     Top = 80
  32.     Width = 409
  33.     Height = 65
  34.     Caption = 'Home view'
  35.     TabOrder = 1
  36.     object HomeShowTasksEdit: TUiCheckBox
  37.       Left = 8
  38.       Top = 20
  39.       Height = 17
  40.       Caption = 'Includes "new session" buttons'
  41.       TabOrder = 0
  42.       OnClick = SomethingChangedClick
  43.     end
  44.     object HomeMRUSessionOnlyEdit: TUiCheckBox
  45.       Left = 8
  46.       Top = 40
  47.       Height = 17
  48.       Caption = 'Sticky session selection'
  49.       TabOrder = 1
  50.       OnClick = SomethingChangedClick
  51.     end
  52.   end
  53.   object InterfaceGroupBox: TUiGroupBox
  54.     Left = 8
  55.     Top = 152
  56.     Width = 409
  57.     Height = 193
  58.     Caption = 'Interface'
  59.     TabOrder = 2
  60.     object HintPauseLbl: TUiLabel
  61.       Left = 88
  62.       Top = 24
  63.       Height = 13
  64.       Caption = 'milliseconds before help hint appears'
  65.       FocusControl = HintPauseEdit
  66.     end
  67.     object HintHidePauseLbl: TUiLabel
  68.       Left = 88
  69.       Top = 52
  70.       Height = 13
  71.       Caption = 'milliseconds before help hint disappears'
  72.       FocusControl = HintHidePauseEdit
  73.     end
  74.     object MRUCapacityLbl: TUiLabel
  75.       Left = 8
  76.       Top = 76
  77.       Height = 13
  78.       Caption = 'Limit for most recently used (MRU) lists:'
  79.       FocusControl = MRUCapacityEdit
  80.     end
  81.     object MRUCapacityItemsLbl: TUiLabel
  82.       Left = 64
  83.       Top = 96
  84.       Height = 13
  85.       Caption = 'items'
  86.       FocusControl = MRUCapacityEdit
  87.     end
  88.     object ActiveTabColorLbl: TUiLabel
  89.       Left = 8
  90.       Top = 144
  91.       Height = 13
  92.       Caption = 'Active tab color:'
  93.       FocusControl = ActiveTabColorEdit
  94.     end
  95.     object HintPauseEdit: TUiSpinEdit
  96.       Left = 8
  97.       Top = 20
  98.       Width = 73
  99.       Height = 21
  100.       TabOrder = 0
  101.       OnChange = SomethingChangedClick
  102.     end
  103.     object HintHidePauseEdit: TUiSpinEdit
  104.       Left = 8
  105.       Top = 48
  106.       Width = 73
  107.       Height = 21
  108.       TabOrder = 1
  109.       OnChange = SomethingChangedClick
  110.     end
  111.     object MRUCapacityEdit: TUiSpinEdit
  112.       Left = 8
  113.       Top = 92
  114.       Width = 50
  115.       Height = 21
  116.       Min = 1
  117.       Position = 1
  118.       TabOrder = 2
  119.       OnChange = SomethingChangedClick
  120.     end
  121.     object SquareTabsEdit: TUiCheckBox
  122.       Left = 8
  123.       Top = 120
  124.       Height = 17
  125.       Caption = 'Square tab style'
  126.       TabOrder = 3
  127.       OnClick = SomethingChangedClick
  128.     end
  129.     object ActiveTabColorEdit: TUiColorEdit
  130.       Left = 8
  131.       Top = 160
  132.       Width = 145
  133.       Height = 21
  134.       AllowDefault = False
  135.       Selected = clBlack
  136.       TabOrder = 4
  137.       OnSelect = SomethingChangedClick
  138.     end
  139.   end
  140. end
  141.